home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17811 < prev    next >
Encoding:
Text File  |  1996-08-05  |  997 b   |  24 lines

  1. Path: sdrc.com!thor!scjones
  2. From: larry.jones@sdrc.com (Larry Jones)
  3. Newsgroups: comp.lang.c,comp.lang.c++,comp.unix.programmer
  4. Subject: Re: itoa() in C for unix >>>
  5. Date: 17 Apr 1996 16:15:32 GMT
  6. Organization: SDRC Engineering Services
  7. Distribution: world
  8. Message-ID: <4l35f4$qe6@info1.sdrc.com>
  9. References: <1996Apr12.121207@topaz> <DpwpuM.Iop@ceco.ceco.com> <3172B351.1776@braunschweig.netsurf.de>
  10. NNTP-Posting-Host: thor.sdrc.com
  11. Originator: scjones@thor
  12.  
  13. In article <3172B351.1776@braunschweig.netsurf.de>, Dieter Lⁿcking <luecking@braunschweig.netsurf.de> writes:
  14. > Notice: itoa() is NOT ANSI, however _itoa() is ANSI. Thus look for _itoa().
  15.  
  16. No, it's not.  There are *no* ANSI/ISO standard names that begin with
  17. an underscore -- such names are generally reserved for implementation-
  18. specific things.
  19. ----
  20. Larry Jones, SDRC, 2000 Eastman Dr., Milford, OH  45150-2789  513-576-2070
  21. larry.jones@sdrc.com
  22. If I was being raised in a better environment, I wouldn't
  23. do things like that. -- Calvin
  24.